home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
gnu
/
ms-0_06.lha
/
xms-0.06
/
Mama.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-10-17
|
681b
|
29 lines
/* Mama.h - public header for MandelSpawn master widget */
/* Copyright (C) 1990, 1991 Andreas Gustafsson */
#ifndef _Mama_h
#define _Mama_h
#define XtNSpectrum "spectrum"
#define XtNColours "colours"
#define XtNHues "hues"
#define XtNBw "bw"
#define XtNWrap "wrap"
#define XtNDebug "debug"
typedef struct _MamaRec *MamaWidget;
typedef struct _MamaClassRec *MamaWidgetClass;
extern WidgetClass mamaWidgetClass;
/* Methods */
void Shutdown(); /* shut down the whole operation */
unsigned MaxIterations();
void PopupAnother();
void SlaveStatistics();
unsigned MamaWidth();
unsigned MamaHeight();
unsigned long *MamaPixels();
struct wf_state *MamaWorkforce();
#endif _Mama_h